home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Source Code / Visual Basic Source Code.iso / vbsource / mnyth3 / original.frm < prev    next >
Text File  |  1995-05-02  |  869b  |  35 lines

  1. VERSION 2.00
  2. Begin Form Original 
  3.    AutoRedraw      =   -1  'True
  4.    BackColor       =   &H00000000&
  5.    BorderStyle     =   0  'None
  6.    ClientHeight    =   5850
  7.    ClientLeft      =   570
  8.    ClientTop       =   1725
  9.    ClientWidth     =   7875
  10.    ControlBox      =   0   'False
  11.    Height          =   6255
  12.    Icon            =   ORIGINAL.FRX:0000
  13.    Left            =   510
  14.    LinkTopic       =   "Form1"
  15.    ScaleHeight     =   390
  16.    ScaleMode       =   3  'Pixel
  17.    ScaleWidth      =   525
  18.    Top             =   1380
  19.    Visible         =   0   'False
  20.    Width           =   7995
  21. End
  22. ' Original -- this form is used to save the original windows
  23. '   desktop bitmap that exists when the screen saver is
  24. '   started
  25.  
  26. Option Explicit
  27.  
  28. Sub Form_Load ()
  29.  
  30.     ' stretch to full screen
  31.     'Move 0, 0, Screen.Width, Screen.Height
  32.  
  33. End Sub
  34.  
  35.